Javascript Reference
Others | HTML Elements | Events | Objects | Grammar
javascript window clientInformation
Returns the navigator object. The navigator object is named after a specific browser brand; the clientInformation property is a nondenominational way
javascript window appCore, Components, content, controllers, prompter, sidebar
These properties are associated with the proprietary Mozilla xpconnect ("cross-platform" connect) services. These services allow scripts tha
javascript window Description
The window object represents the browser window or frame in which document content is displayed. The window object plays a vital role in scripti
The difference between setTimeout and setInterval
setTimeout: Run once and then stop. setTimeout("AFunction()",1000); setInterval: Run by loop. setInterval("BFunction()",1000);
javascript while Description
The description of while is placed in chapter: javascript Operators while
javascript wbr Description
The wbr object reflects the wbr element.
javascript void Description
This unary operator evaluates the expression to its right but returns a value of undefined , even if the expression (such as a function call) evalu
javascript ViewCSS Description
The W3C DOM ViewCSS object is an abstract object equates to the window object. It is the ViewCSS object in the DOM that gives the window obje
javascript VBArray toArray( )
Returns a JavaScript array version of the VBArray .
javascript VBArray lbound(), ubound( )
Return an integer of the lowest and highest index values available for a particular dimension of a VBArray .
javascript VBArray getItem( )
Returns the value of an item from the VBArray . Parameters specify the location in the array.
javascript VBArray dimensions( )
Returns an integer corresponding to the number of dimensions of the VBArray .
javascript VBArray Description
The VBArray object lets JavaScript communicate with Visual Basic safe arrays. This kind of array is read-only, can be multidimensional, and is som
javascript var Description
The description of var is described in chapter: javascript ACRONYM Description
javascript userProfile getAttribute( )
Returns the value of the attribute, provided the user has given permission to do so. If that permission was denied, the method returns null . Use o
< 121-135 / 2140 >

Powered by Linode.